home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / zcdc1805.zip / ZCOMMDOC.AG < prev    next >
Text File  |  1993-05-30  |  77KB  |  1,771 lines

  1.  
  2.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  3.       ZCOMM User Manual                                                  181
  4.  
  5.       NULL ACK BELL XON XOFF RUBOUT ESC These characters are excluded from
  6.         the file.  Most "escape sequences" are also filtered form the
  7.         cpature file.  NULL, DELETE, XON, and XOFF are excluded from pattern
  8.         searches.
  9.  
  10.       ETX, EOT These characters close the file if q term option is in
  11.         effect, as when ZCOMM is receiving a message in host state using TWX
  12.         protocol.
  13.  
  14.       Ctrl-Z (CPMEOF) Iff z term option is enabled, close the file.
  15.         Otherwise this character is discarded.
  16.  
  17.       LF Iff n (nlmode) term option is on, a CR is written to the file
  18.         before the LF.  Linefeed is always passed to the file.
  19.  
  20.       CR Iff a term option is in effect, a CR LF sequence is written to the
  21.         file.  Otherwise, if s term option is on, CR is only written to the
  22.         file as a response to an LF in the circular buffer.
  23.  
  24.       BS Backspace is written to the file unless s term option is in effect,
  25.         in which case it, and the last character written in the disk file,
  26.         are deleted by backspacing the file write pointer.  This simulates
  27.         the function of backspace on common CRT terminals.
  28.         NOTE: This backspacing of the file write pointer operates the same
  29.         as Teco and Emacs editors; it does not stop at the beginning of the
  30.         line.  Backspacing over tab characters is tricky because it may take
  31.         several backspaces to eliminate the spaces corresponding to one tab
  32.         character, but only one is needed to eliminate the tab character in
  33.         the output file.
  34.  
  35.       HT, FF These characters are always passed to the file, even if s term
  36.         option is in effect.  If ss term option is in effect, FF is not
  37.         passed to the file.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.       (C) 1993 Omen Tech Inc                         Chapter 21 Term Options
  59.  
  60.  
  61.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  62.       ZCOMM User Manual                                                  182
  63.  
  64.       22.  Term Function OPTIONS
  65.  
  66.       The term function options described in this chapter affect the
  67.       operation of the f, put, wait, and t commands.  The b, n, p, r, w
  68.       options are mutually exclusive.
  69.  
  70.       All options except f and n are reset by the call and init commands.
  71.  
  72.       Term function options may be set with flags to the conference, create,
  73.       enable, disable, f, open, t, and wait commands.
  74.  
  75.       The call command resets ZCOMM and the communications port to 8 bits no
  76.       parity.
  77.  
  78.       !  Negates the sense of the following options.  The !  modifier is not
  79.          used with the 7 and 8 options.
  80.  
  81.          EXAMPLE: t -Z!tl enables ZMODEM AutoDownload and turns off throttle
  82.          and line printer output.
  83.  
  84.  
  85.       7e 7o 7m 7s Sets 7 bits plus {Even Odd Marking Spacing} parity for
  86.          transmission with the put, f, and t commands, and file transfers
  87.          using the Kermit protocol.  The parity setting does not affect the
  88.          information content of received characters.[1] If 7e or 7o option
  89.          is used, each incoming byte of Kermit packets is checked for parity
  90.          for extra accuracy in file transfers.
  91.  
  92.          Some applications require 7 bit transmission.  Even parity is often
  93.          used for TWX and IBM mainframe communications.  7m option sets the
  94.          parity bit to "marking" (8th bit set to ONE), sometimes used with
  95.          DEC minicomputers and IBM mainframes.
  96.  
  97.          7s option masks data transmitted by the term function to 7 bits
  98.          (spacing is equivalent to binary 0).
  99.  
  100.          If a paritied option is specified, the term function counts each
  101.          character received with the opposite parity as an uncorrected
  102.          error.
  103.  
  104.          The call command resets ZCOMM and the communications port to 8 bits
  105.          no parity (8n).
  106.  
  107.          EXAMPLE: ena -E7e enables Error Containment(TM) with 7 bits even
  108.  
  109.  
  110.       __________
  111.  
  112.        1. The term function normally strips the parity bit unless 8g
  113.           (graphics) option is set.
  114.  
  115.  
  116.  
  117.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  118.  
  119.  
  120.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  121.       ZCOMM User Manual                                                  183
  122.  
  123.          parity.
  124.  
  125.  
  126.          SEE ALSO: E mode
  127.  
  128.       8n Sets 8 bits no parity (default) for transmission with the Kermit,
  129.          and t commands.  The call command resets ZCOMM and the
  130.          communications port to 8 bits no parity (8n).
  131.  
  132.       8g Some PC based bulletin boards send line drawing characters intended
  133.          for IBM display adapters encoded with the 8th bit set.  8g term
  134.          option uses 8 data bits with no parity.  All 8 bits are also passed
  135.          to the display, allowing the special graphics characters to be
  136.          displayed, including those sent by many IBM-PC bulletin boards.  8g
  137.          term option must not be used when the remote is sending 7 bits with
  138.          marking, even, or odd parity,
  139.  
  140.       8o 8e 8e sets the hardware to 8 bits even parity; 8o sets the hardware
  141.          to 8 bits odd parity.* The 8e and 8o term option ares used only
  142.          with very specialized applications.  No known dial-up systems use
  143.          either of these options.  Most modems do not support 8e or 8o
  144.          option.
  145.  
  146.          SEE ALSO: 7e and 7o options
  147.  
  148.       A  Sends characters from the remote to DOS, bypassing ZCOMM's CRT
  149.          driver.  A option allows a screen driver such as FCONSOLE.DEV to
  150.          pcocess extended ANSI or special terminal codes which ZCOMM would
  151.          not otherwise understand.  The A option affects the term function
  152.          only.  When using the A option, the term function status line
  153.          should be disabled with a "display stat=off" command if the display
  154.          driver uses all 25 CRT lines.  Fansi-Console(TM) or other drivers
  155.          with definable scrolling regions may be set to scroll only the top
  156.          24 lines, leaving the 25th line free for ZCOMM's status
  157.          information.
  158.          WARNING: Fansi-Console and ANSI.SYS allow input data from the
  159.          remote to redefine keys and/or cause commands to be executed.  Such
  160.          capabilities pose a security breach.  For example, an innocuous
  161.          looking message could contain an invisible escape sequence to make
  162.          your "keyboard" issue "del \COMMAND.COM" the next time you strike
  163.          the ESC key.
  164.  
  165.          EXAMPLE: display stat=off;  t -A disables Zcomm's status line and
  166.          routes characters from the remote to DOS standard output.
  167.  
  168.  
  169.          SEE ALSO: list command
  170.  
  171.       a  Addlf adds a linefeed to each carriage return received from the
  172.          remote.  This is displayed as newline (return/linefeed).  The same
  173.          action takes place if addlf is in effect when the term function is
  174.  
  175.  
  176.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  177.  
  178.  
  179.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  180.       ZCOMM User Manual                                                  184
  181.  
  182.          writing the circular buffer to a file.  This term option is useful
  183.          when the data from the remote contains carriage returns but no
  184.          linefeeds.  The a term option may be used with the s (Strip control
  185.          characters) term option.
  186.          NOTE: i (image) term option supersedes a term option.
  187.  
  188.          EXAMPLE: read nolffile.txt; create -a withlf.txt; w; close reads
  189.          nolffile.txt into the circular buffer, then writes it to withlf.txt
  190.          with linefeeds added.
  191.  
  192.  
  193.       b  Binary term option of file transmission with the f file command.
  194.          All 8 bits are sent.  This is handy for uploading binary files
  195.          using the f command to adjacent machines without any useful file
  196.          transfer protocol.
  197.  
  198.          Don't confuse this mode with the protocol file transfer commands
  199.          which send files with error correcting protocols.  Also don't
  200.          confuse this with the i term option which affects files received
  201.          with the term function.
  202.          NOTE: The fput command can also be used to send a binary file when
  203.          no monitoring of the remote's responses is needed.
  204.  
  205.          EXAMPLE: f -b binfile
  206.  
  207.  
  208.       c, C Compuserve mode allows the remote computer to invoke the
  209.          Compuserve B protocol.  c causes formfeed from the remote to clear
  210.          the screen, C does not.  When enabled with c or C term option, the
  211.          Compuserve B protocol uses ENQ and DLE for special functions.
  212.  
  213.          EXAMPLE: t -c
  214.  
  215.  
  216.          SEE ALSO: w numeric parameter
  217.  
  218.       D  Delays detection of carrier detect loss.  * When carrier detect is
  219.          lost, D term option causes ZCOMM to wait up to two seconds for
  220.          carrier detect to return.  If carrier detect returns within that
  221.          two seconds, ZCOMM pauses another two seconds to allow the modems
  222.          time to stabilize.  D term option allows file transfers to continue
  223.          in the presence of interruptions from call waiting or cellular
  224.          radio communications dropouts.  The modem's carrier dropout timer
  225.          must be lengthened to two seconds to accomodate such droputs
  226.          without disconnecting by adding a Hayes S10=20 command to the modem
  227.          initialization string sent by the dial telephone directory entry.
  228.  
  229.       d  (Dropout) Disables the No Carrier Detect message otherwise
  230.          generated by the term function and protocol file transfers when the
  231.          communications port detects a loss of carrier detect.  This term
  232.          option is useful when operating with direct connections that do not
  233.  
  234.  
  235.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  236.  
  237.  
  238.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  239.       ZCOMM User Manual                                                  185
  240.  
  241.          properly drive the carrier detect line.  The call command sets d
  242.          term option; the standard dialing scripts cancel it when the modem
  243.          reports a connection.
  244.          NB: Enabling d mode disables the term function from checking for
  245.          loss of carrier detect signal.  Disabling d mode enables this
  246.          checking.
  247.  
  248.          EXAMPLE: ena -d
  249.  
  250.  
  251.       E  Error Containment(TM) When the remote is transmitting continuously,
  252.          a single "line hit" may garble many characters before the hardware
  253.          can recover.  E term option makes the term function send an XOFF
  254.          (^S) character to stop the transmission of data when a "line hit"
  255.          is detected.  A line hit is detected by the presence of a break
  256.          signal or framing error.  If the 7e, 7o, 7m, or 7s term option is
  257.          set, ZCOMM also detects parity errors as line hits.[2] After a
  258.          brief pause, an XON (^Q) is sent to resume transmission.
  259.  
  260.          E term option does not effect protocol transfers.  It is effective
  261.          only when the remote recognizes XOFF to stop transmission.  E term
  262.          option cannot be used with programs such as EMACS which use ^S and
  263.          ^Q as editing commands; it should not be used with X.PC.
  264.  
  265.          EXAMPLE: create -+E7e capture.fil creates capture.fil for output,
  266.          appending it to any existing instance of the file, enabling 7 bits
  267.          even parity and Error Containment.
  268.  
  269.  
  270.          SEE ALSO: E and e numeric parameters
  271.  
  272.       e  EMACS editors and a few other programs use the ASCII flow control
  273.          characters XON and XOFF as commands.  These characters cannot be
  274.          used for their normal flow control functions with EMACS.  Emacs
  275.          term option suppresses the automatic transmission of XOFF (^S) and
  276.          XON (^Q) when ZCOMM's circular buffer fills up.  Opening a receive
  277.          file with the t file command cancels EMACS term option, but it may
  278.          be turned back on later.  ("t -e file" won't activate e term
  279.          option.)
  280.  
  281.          When capturing data to a file with e (Emacs) term option on, the
  282.          user must manually stop the data from the remote and dump the
  283.          buffer with the w command or the Alt-W key.  Keyboarded characters
  284.  
  285.  
  286.       __________
  287.  
  288.        2. Many medium speed modems, including 1200 and 2400 bps units, do
  289.           not generate framing errors in response to line hits.  When such
  290.           modems are used, parity must be used to detect line hits.
  291.  
  292.  
  293.  
  294.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  295.  
  296.  
  297.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  298.       ZCOMM User Manual                                                  186
  299.  
  300.          automatically trigger a buffer write.
  301.  
  302.          EXAMPLE: create capturefile; t -e
  303.  
  304.  
  305.          SEE ALSO: j mode
  306.  
  307.       f  Full duplex.  ZCOMM does not echo keyboarded characters to the
  308.          screen.
  309.  
  310.       FN Overrides the default pattern match fail time for the current wait
  311.          command to N seconds absolute.  A value of 0 suppresses this
  312.          timeout.
  313.  
  314.          EXAMPLE: wait -F5 searches for a pattern match, and will fail after
  315.          five seconds.
  316.  
  317.  
  318.       fN Sets the pattern match fail time for the current wait command to N
  319.          seconds of inactivity.  A value of 0 suppresses this timeout.
  320.  
  321.          EXAMPLE: wait -f5 searches for a pattern match, and will fail after
  322.          five seconds of inactivity.
  323.  
  324.  
  325.          SEE ALSO: f numeric parameter
  326.  
  327.       g  resumes sending the file once in the term function, equivalent to
  328.          an XON character.  Disabling g causes a file queued for
  329.          transmission to wait for an XON character.  Enabling g mode (ena
  330.          -g) will resume file transmission after a grab command.
  331.  
  332.          SEE ALSO: grab command
  333.  
  334.       G, GG G term option (the default) allows the term function to
  335.          recognize XON and XOFF flow control.  A number of characters may be
  336.          sent before ZCOMM responds to XOFF.  GG term option prevents the
  337.          term function from recognizing XON and XOFF flow control.
  338.  
  339.          As a special case, disabling G term option allows the interrupt
  340.          driven output routines in ZCOMM to respond immediately to XOFF and
  341.          XON characters instead of waiting for the term function to receive
  342.          and act upon them.  A consequence of this selection is that the
  343.          term function may be "stuck" waiting for the interrupt level
  344.          routines, while at the same time the interrupt level routines are
  345.          "waiting" for an XON character.  A spurious XOFF or lost XON
  346.          character can cause this deadlock.  The S numeric parameter should
  347.          be set to an appropriate value to allow timeout and recovery from
  348.          this condition.
  349.  
  350.          EXAMPLE: f -!G asciifile.txt
  351.  
  352.  
  353.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  354.  
  355.  
  356.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  357.       ZCOMM User Manual                                                  187
  358.  
  359.       H,h Half Duplex Displays keyboarded characters as they are sent to the
  360.          host.  H term option causes keyboarded carriage return to be echoed
  361.          as cr/lf.
  362.  
  363.          Two half duplex term options are provided to match computer systems
  364.          that send a linefeed in response to carriage return ("t -h") and
  365.          others that give no echo at all to carriage return ("t -H").
  366.  
  367.          SEE ALSO: h numeric parameter
  368.  
  369.       i  If a file is being received with the Term function, Image term
  370.          option allows all characters received, including NULLS, to be
  371.          output when the capture buffer is written to disk.  Image term
  372.          option makes the review function act upon ESCAPE characters.  Image
  373.          term option overrides the a, s and z term options.  Image term
  374.          option does not override the A, c, C or Z term options, and does
  375.          not control the parity bit.  Image option causes capture files
  376.          opened with the -+ (append) option to preserve all data currently
  377.          present in the disk file, including any CP/M EOF characters.
  378.  
  379.          EXAMPLE: t -i
  380.  
  381.  
  382.          SEE ALSO: I, v and 8g term options, ALT-I key, fget command
  383.          The fget command is faster as there is no display of the received
  384.          data.
  385.  
  386.          Image term option does not affect transmitted data.[3]
  387.  
  388.       I  Super Image term option sets completely transparent 8 bit data
  389.          capture with the term function.  In addition, the A, c, C, and Z
  390.          term options are superceded, XON, XOFF, ENQ are not executed.
  391.          Super Image term option is useful for capturing binary data from
  392.          sources that require keyboard or script intervention.  If the
  393.          incoming data contains random escape sequences, ZCOMM's terminal
  394.          emulation decoding of escape sequences should be suppressed.
  395.          Either v term option should be set, or a display dumb command
  396.          should be given.
  397.  
  398.       J  On Unix and Xenix systems, the J term option smooths the display of
  399.          data coming from slow serial lines by accepting data in smaller
  400.          chunks.  It may be used for interactive applications where jerky
  401.          output is unesthetic.  J term option increases CPU utilization and
  402.          context switching overhead.
  403.  
  404.  
  405.       __________
  406.  
  407.        3. The b (Binary) term option modifies files transmitted with the
  408.           term function.
  409.  
  410.  
  411.  
  412.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  413.  
  414.  
  415.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  416.       ZCOMM User Manual                                                  188
  417.  
  418.          SEE ALSO: ALT-J
  419.  
  420.       j  * The jabberwrite term option causes the term function to dump the
  421.          circular buffer to disk once a second if a receive file is open,
  422.          without interrupting the data flow from the remote.  This avoids
  423.          the delay required when dumping the entire buffer to disk, but may
  424.          cause loss of data if the output device is too slow, or if its
  425.          driver software inhibits data interrupts from the remote.  It
  426.          should not be used with the PCjr because the PCjr disk cannot
  427.          overlap i/o with disk activity.
  428.  
  429.          EXAMPLE: t -j
  430.  
  431.  
  432.       K  Enables automatic downloading of files with the Kermit protocol.
  433.          The y term option applies to Kermit AutoDownload.
  434.  
  435.       l  (letter l) List unit (Printer) on.  Since ZCOMM buffers the
  436.          printer, it needn't be as fast as the incoming data as long as the
  437.          buffered data doesn't exceed the circular buffer size.  The rewind
  438.          command may be used to get extra copies of the received data
  439.          (assuming it all fits in the circular buffer).  The list unit is
  440.          accessed with the rom bios printer interface (int 17h).
  441.  
  442.          EXAMPLE: t -l enables printer spooling.
  443.  
  444.  
  445.          EXAMPLE: disable -l disables printer spooling.
  446.  
  447.          NOTE: If ZCOMM is terminated before all of the circular buffer is
  448.          output to the printer, the remainder of the data will be lost.
  449.  
  450.          SEE ALSO: The ALT-L key toggles printing starting with next
  451.          character received from the remote.  The l numeric parameter
  452.          selects the printer device.  The lpnono string parameter allows
  453.          unwanted control characters to be filtered from the printer.
  454.  
  455.       n  sends newline (lf) only when transmitting a file with the term
  456.          function (no CR).  Keyboarded CR is sent as a newline.  When
  457.          receiving a file to disk with the term function, Newline is stored
  458.          on disk as CR LF.  n term option causes newlines to be displayed as
  459.          CR LF.  The n term option is not reset by the call command.
  460.  
  461.          EXAMPLE: f -n file
  462.  
  463.  
  464.       p,P When transmitting a file with the term function, the contents of
  465.          eolstr (CR by default) are sent at the end of each line.  Prompt
  466.          term option then waits for a prompt character ( g numeric
  467.          parameter[4]) from the remote after each line transmitted from a
  468.  
  469.  
  470.  
  471.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  472.  
  473.  
  474.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  475.       ZCOMM User Manual                                                  189
  476.  
  477.          file.  If GOchar is not received, the wait times out and
  478.          transmission proceeds in the same manner as with w term option.
  479.          The duration of this timeout is controlled by the p numeric
  480.          parameter.  The q numeric parameter controls the pause between
  481.          recognizing GOchar and resuming transmission.  This pause is not
  482.          reset by characters from the remote.
  483.  
  484.          EXAMPLE: f -p file
  485.  
  486.  
  487.          SEE ALSO: g, p, q numeric parameters
  488.  
  489.          As a convenience, P term option implicitly sets GOchar to 17.  As a
  490.          special case, if GOchar is set to 17 (called XON, DC1, or ^Q)
  491.          before the p term option is set, file transmission is stopped until
  492.          an XON is keyboarded or received from the remote.
  493.  
  494.          EXAMPLE: f -P file
  495.  
  496.  
  497.       q  (TWX term option) Setting q term option causes the term function to
  498.          guarantee the contents of the circular buffer have been written to
  499.          disk[5] and then transmit the answerback string parameter in
  500.          response to ENQ.  An ACK from the local keyboard or a transmitted
  501.          file also transmits the answerback.  An EOT or carrier loss closes
  502.          the receive file and exits the term function.
  503.  
  504.       Q  Quiet inhibits the term function display of data from the remote.*
  505.          The status line, ZCOMM messages, and output from utility commands
  506.          are not affected.  The Q term option may be used to suppress
  507.          unwanted characters during modem initialization, logins, etc.
  508.  
  509.          SEE ALSO: display inhibit command
  510.  
  511.       r  CR term option sends the contents of eolstr (CR by default) at the
  512.          end of each line transmitted from a file with the f command.  There
  513.          is no pause at the end of each line.
  514.  
  515.          EXAMPLE: f -r file
  516.  
  517.  
  518.  
  519.  
  520.       ______________________________________________________________________
  521.  
  522.        4. The default for numeric parameter g (GOchar) is linefeed .
  523.  
  524.        5. On DOS, the file is written, closed, and reopened.  The TWX
  525.           protocol assumes that transmitted information has been safely
  526.           stored before an answerback is sent in response to ENQ.
  527.  
  528.  
  529.  
  530.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  531.  
  532.  
  533.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  534.       ZCOMM User Manual                                                  190
  535.  
  536.       S  SuperStrip term option strips Form Feed (FF) from the file in
  537.          addition to the actions of s term option.
  538.  
  539.          EXAMPLE: t -S capture.txt
  540.  
  541.  
  542.       s  Strip all Control Characters except LF, FF, HT, and BS when
  543.          capturing to a file with the term function.  Most escape sequences
  544.          are completely removed, especially common ANSI codes for setting
  545.          colors and positioning.  In s term option, a BS character causes
  546.          ZCOMM to attempt to erase the previous character from the output
  547.          file with an fseek() function call.  This is guaranteed to work
  548.          only if the output is to a disk file and sufficient characters come
  549.          after the BS to overlay the "erased" character.[6] An LF is stored
  550.          in the file as CR LF to make up for the CR that is discarded in s
  551.          term option.  XON, XOFF, and DEL (RUBOUT) do not display when s
  552.          term option is in effect.  The a (Addlf, add linefeed to carriage
  553.          return) term option may be used with the s term option.
  554.          NOTE: i (image) term option supersedes s term option editing.
  555.  
  556.          When displaying file(s) with the cat, more, type, page, bro/v, and
  557.          bro/p commands, stop when ^Z (CP/M EOF) is read.
  558.  
  559.       sss In addition to the above, sss inhibits the display of blank lines.
  560.  
  561.          SEE ALSO: display vt100 command
  562.  
  563.       t  Some remote systems cannot accept input at full speed.  Throttle
  564.          term option slows the sending of characters to the remote.  The
  565.          speed is controlled by the t numeric parameter.  The default value
  566.          slows transmission to about 50 words per minute.  The t term option
  567.          does not affect protocol transfers.
  568.  
  569.          EXAMPLE: f -t command.fil
  570.  
  571.  
  572.          SEE ALSO: t numeric parameter
  573.  
  574.       TN Sets the pattern match fail time for the current wait command to N
  575.          seconds absolute.  In addition, the term function will return
  576.          (without matching any patterns) after an enabled Kermit,
  577.          Compuserve-B, or ZMODEM automatic file transfer (successful or
  578.          otherwise).
  579.  
  580.          EXAMPLE: wait -T99 searches for a pattern match, and will fail
  581.  
  582.  
  583.       __________
  584.  
  585.        6. This backspace simulation does not stop at a virtual left margin.
  586.  
  587.  
  588.  
  589.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  590.  
  591.  
  592.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  593.       ZCOMM User Manual                                                  191
  594.  
  595.          after 99 seconds.
  596.  
  597.  
  598.       u  Enables Upper case conversion of keyboard and file characters sent
  599.          with the term function (t, f, F2 commands).  The answerback and
  600.          programmed strings are not affected.  Protocol file transfers are
  601.          not affected.
  602.  
  603.          EXAMPLE: ena -u
  604.  
  605.  
  606.          SEE ALSO: ALT-U key
  607.  
  608.       v  View control characters as ^C.  In addition to the above, vv term
  609.          option denotes characters with the parity bit set by prepending a
  610.          tilde (~).  Finally, vvv term option prints incoming characters in
  611.          hex.* The v term option override the A, c, C, and Z term option.
  612.  
  613.          EXAMPLE: t -iv bincapt.fil captures binary data from the modem to
  614.          bincapt.fil, with control characters displayed legibly.
  615.  
  616.          NOTE: View term option is distinct from the file transfer view
  617.          option.
  618.  
  619.       V  On VMS create capture files with VMS variable length CR carriage
  620.          return record format.  The default is Stream_LF record format.
  621.  
  622.       w  Wait term option.  When sending files with the term function, send
  623.          the contents of eolstr (CR by default) at the end of each line, and
  624.          then wait until echoes from the remote have stopped.  Useful for
  625.          sending files to bulletin boards where the remote needs time to
  626.          prepare for the next text line.  The p numeric parameter controls
  627.          the length of this wait, which is reset by each character received
  628.          from the remote.
  629.  
  630.          EXAMPLE: f -w file
  631.  
  632.  
  633.       W  Enable writing from the circular buffer to capture file (default
  634.          enabled).* The echof and echoc commands are not affected.
  635.  
  636.          SEE ALSO: ki command
  637.  
  638.       x,X EXit from the term function when EOF is encountered on transmitted
  639.          file.  In addition, X term option causes the term function to exit
  640.          when the file upload is interrupted by reading a character matching
  641.          the value of the m numeric parameter.  The x term option is the
  642.          standard way for a script to regain control after uploading a file
  643.          with the term function.
  644.  
  645.          EXAMPLE: f -x upload.txt
  646.  
  647.  
  648.       (C) 1993 Omen Tech Inc                         Chapter 22 Term Options
  649.  
  650.  
  651.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  652.       ZCOMM User Manual                                                  192
  653.  
  654.          SEE ALSO: m numeric parameter
  655.  
  656.       y  Yes it is OK to clobber a file already on disk when receiving to a
  657.          file.  If absent, the operator is given a choice of appending to
  658.          the current file (a), erasing it (y) or aborting (n).  This term
  659.          option is reset at each command line and at each obey and function
  660.          key, pattern action, or downloaded command.  This term option is
  661.          not allowed if ZCOMM is Restricted.
  662.  
  663.       Z  (Case is significant!) enables ZMODEM AutoDownload of commands and
  664.          files when the term function is active (this is the default).  The
  665.          term function recognizes ZMODEM AutoDownload at 300 bps and higher
  666.          speeds.
  667.  
  668.          EXAMPLE: dis -Z disables ZMODEM AutoDownload.
  669.  
  670.  
  671.          ZMODEM AutoDownload performs a security check to reject Trojan
  672.          Horse messages.  The challenge may be disabled with an ena -yZ
  673.          command, resulting in a time savings when using some modems.
  674.  
  675.       z  Close file when CPMEOF (^Z) is encountered while writing the
  676.          capture buffer.  z term option also appends a CTRL-Z (CP/M EOF) to
  677.          the end of files created with the apd, create, t file, browse/a,
  678.          browse/A, review/w, review/W, and > commands.  Otherwise, ^Z is
  679.          ignored.
  680.  
  681.       +  When capturing data to a file already on disk, append the new data
  682.          to the old file.  The last block of the old file is searched for
  683.          the CP/M EOF character unless i or I term option is set.  The +
  684.          term option is reset at each command line and at each obey and
  685.          function key, pattern action, or downloaded command.  This term
  686.          option is not allowed if ZCOMM is Restricted.
  687.  
  688.       22.1  Real Time Status Line
  689.  
  690.       A real time status line is displayed when DOS and OS/2 ZCOMM are in
  691.       the term function.  The left part of this status line is also
  692.       displayed when ZCOMM is in Host Operation awaiting a call.
  693.  
  694.       The first character position shows a blinking W if the circular buffer
  695.       is being written to disk.  Otherwise, the first character position
  696.       shows an L if the keyboard has been locked by a kbdlock command, or C
  697.       if the Caps Lock key is activated.
  698.  
  699.       The second position shows an X if hardware handshaking is enabled and
  700.       Clear to Send (CTS) is not received from the modem, or if an XOFF
  701.       character has been received (software handshake).  This also happens
  702.       when a file upload is using the p term option with GOchar = 17 (17 is
  703.       decimal for XON) and ZCOMM has stopped at the end of a line.
  704.       Otherwise, an M is shown to indicate Keypad Mapped operation for
  705.  
  706.  
  707.       (C) 1993 Omen Tech Inc            Chapter 22 Term Function Status Line
  708.  
  709.  
  710.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  711.       ZCOMM User Manual                                                  193
  712.  
  713.       terminal emulation.  Otherwise, an N appears if the Num Lock key is
  714.       activated and the K numeric parameter is 0 (84 key keyboard).
  715.       SEE ALSO: handshake command, Terminal Emulation, Chapter 29.
  716.  
  717.       The third position displays the real time status of the following five
  718.       conditions.  If more than one of the conditions is active at once, the
  719.       displayed character will represent the condition listed first.
  720.  
  721.       X   if the buffer has nearly filled up and ZCOMM has sent an XOFF to
  722.           suspend data transmission from the remote.
  723.  
  724.       E   when ZCOMM has sent an XOFF to suspend data transmission for Error
  725.           Containment(TM).
  726.  
  727.       S   if the term function is searching for one or more strings (defined
  728.           by the pattern command).
  729.  
  730.       W   if term is waiting for a character echo before resuming
  731.           transmission.
  732.  
  733.       w   if term is waiting for a fixed time before sending the next
  734.           character or returning from a putw or wait command.
  735.  
  736.       The display column and row numbers are displayed next with the home
  737.       position equivalent to 1, 1.  DOS's idea of the time of day is next.
  738.       The minutes of elapsed time follow the time of day, modulo 24 hours
  739.       (1440 minutes).  The elapsed time is reset by the ALT-E function key,
  740.       restime command, and telephone number autodial.
  741.  
  742.       If carrier detect is absent, an L( Local) appears after the elapsed
  743.       time.  The X.PC version will display c, p, or L in this position
  744.       depending on whether ZCOMM is in character state, packet state, or
  745.       Local (no carrier detect).
  746.  
  747.       The number of free characters in the Circular Buffer appears next.  If
  748.       a capture file is open, the number of characters written to the file
  749.       is displayed instead.  Otherwise, if a file is being uploaded ( f file
  750.       command), the number of characters sent is displayed instead of the
  751.       Circular Buffer free character count.
  752.  
  753.       A user programmed message may be displayed in right side of the status
  754.       line with the statliner string parameter.  Otherwise, the right side
  755.       of the status line shows the communications port,[7] transmission
  756.       speed ("baud rate") and the parity.
  757.  
  758.  
  759.  
  760.       __________
  761.  
  762.        7. Virtual channel number for X.PC
  763.  
  764.  
  765.  
  766.       (C) 1993 Omen Tech Inc            Chapter 22 Term Function Status Line
  767.  
  768.  
  769.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  770.       ZCOMM User Manual                                                  194
  771.  
  772.       The next field represents the term options that are enabled.  If the
  773.       b, n, p, r, or w term option is set, that letter shows.  If p term
  774.       option is set with with GOchar equal to XON (decimal 17), a P is
  775.       shown.
  776.  
  777.       The v term option causes the view indicator to show ^ if control
  778.       characters are being displayed in the style ^C where C is the
  779.       alphabetic character corresponding to the control character.  The
  780.       indicator shows ~ if characters with the 8th bit set are being
  781.       displayed with a leading ~.
  782.  
  783.       Setting the a, c, e, h, i, j, l, q, s, t, u, x, and z term options
  784.       causes the corresponding letter to be displayed.  The c, h, and s term
  785.       functions are displayed in upper case if their value is greater than
  786.       1.
  787.  
  788.       ON HOOK is displayed if the computer has disabled DTR (Data Terminal
  789.       Ready).  The speed command should be used to assert DTR and allow the
  790.       modem to go off hook (connect to line), e.g., "speed 1200".
  791.  
  792.       If a transmit file is open, a < followed by the transmit file name is
  793.       shown.
  794.  
  795.       If the file upload has been stopped by a grab command, Stopped(grab)
  796.       is diplayed.
  797.  
  798.       If a receive capture file is open, a > followed by the file name is
  799.       shown.
  800.  
  801.       EXAMPLE: LX 01 24 23:57 ET 0:46 L 31424    1:1200 8n p^t <upload.fil
  802.       The keyboard has been "locked" by a kbdlock 1 command.  File upload
  803.       has been stopped by an XOFF character.  The cursor in in column 1,
  804.       line 24.  The elapsed time is 46 seconds.  Carrier is not present (L).
  805.       There are 31424 free bytes in the circular buffer.  Transmission speed
  806.       is 1200 bits per second.  Transmitted word length is 8 bits no parity
  807.       (8n).  Since a speed of 1200 selects 1 stop bit, operation is the same
  808.       as "8-N-1" mentioned by many bulletin board systems.  The p term
  809.       option makes file upload pause at the end of each line for a prompt
  810.       character.  View term option is set (ena -v).  Finally, t term option
  811.       slows the transmission of each character from a soft keys or file.
  812.       The disk file upload.fil is being uploaded.
  813.  
  814.       The s numeric parameter sets the status line display attribute.  The
  815.       default of 7 provides normal video.  With some displays, you can set
  816.       it to dim with a ps8 command so it won't distract you.  It may be
  817.       disabled with an "ESC x 1" sequence.
  818.  
  819.       SEE ALSO: statliner string parameter
  820.  
  821.  
  822.  
  823.  
  824.  
  825.       (C) 1993 Omen Tech Inc            Chapter 22 Term Function Status Line
  826.  
  827.  
  828.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  829.       ZCOMM User Manual                                                  195
  830.  
  831.       22.1.1  X Windows status line  When operating under some versions of
  832.       the X Windows xterm program, Unix flavors display a status line
  833.       indicating Carrier Detect, elapsed time, and buffer free size.
  834.  
  835.       22.2  Conference Command/Local Editing
  836.  
  837.       When the conference command is given, two cursors appear.  The usual
  838.       cursor will follow text as it arrives from the remote computer.  A
  839.       block cursor in the conference window follows the text you enter.
  840.  
  841.       While entering text to the conference window, the standard ZCOMM
  842.       editing keys described in Chapter 18 may be used to correct
  843.       keyboarding mistakes.
  844.  
  845.       When you keyboard ENTER, LF, or ESC, or when you fill up the
  846.       conference window, ZCOMM queues the line for transmission.  The
  847.       conference window cursor disappears while the line is queued for
  848.       transmission.
  849.  
  850.       The line is transmitted as soon as the previous line (if any) has been
  851.       sent.  When transmission begins, the conference window is cleared and
  852.       the conference cursor reappears, allowing the next line to be
  853.       keyboarded.  Attempts to keyboard characters into the conference
  854.       window before transmission begins will ring the bell and be discarded.
  855.  
  856.       When in the conference command, the function keys operate the same way
  857.       as they normally do in the term function.  The review subcommands (F2,
  858.       PgUp, etc.) may be used to review portions of the conversation that
  859.       have scrolled off the main screen.  The exit command F1 causes any
  860.       characters entered in the conference window to be discarded.
  861.  
  862.       The following characters are passed directly to the remote and are not
  863.       entered into the conference window: ETX SI DLE XON XOFF DC2 DC4 (^C ^O
  864.       ^P ^Q ^S ^R ^T).
  865.  
  866.       Transmission from the conference window is controlled by the t, p, and
  867.       w term options and their associated parameters.  If none of these term
  868.       options are set, the line is transmitted at full speed.  If Half
  869.       Duplex term option h is set, ZCOMM echoes the line as it is
  870.       transmitted.  If H is set, a linefeed is transmitted and displayed
  871.       after the carriage return.
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.       (C) 1993 Omen Tech Inc                      Chapter 22 Review Function
  885.  
  886.  
  887.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  888.       ZCOMM User Manual                                                  196
  889.  
  890.       23.  REVIEW FUNCTION
  891.  
  892.       Review function commands page, search, cut, paste, and otherwise
  893.       manipulate captured data stored in the circular buffer.
  894.  
  895.       The review function displays the approximate location of the displayed
  896.       text within the circular buffer as a percentage of the buffer contents
  897.       on the status line.  Unless i term option is in effect, escape
  898.       characters are printed as $ (dollar sign) so they will not interfere
  899.       with scrolling.
  900.  
  901.       Review subcommands consist of a single character preceded by an
  902.       optional numeric argument.  (The default value is 1.) The numeric
  903.       digits and the command are not echoed as they are entered.  For
  904.       example, keyboarding 69+ moves down 69 lines.
  905.  
  906.       You don't have to wait for the screen to fill before entering the next
  907.       review subcommand.  This comes in handy with the n subcommand.  Since
  908.       the N subcommand searches in the reverse direction, you can thumb
  909.       through messages (by searching for the subject header) very quickly,
  910.       knowing that you can back up if you went past something interesting.
  911.  
  912.  
  913.       23.1  Review Subcommands
  914.  
  915.       Defined soft keys are executed from review iff they do not conflict
  916.       with the permanent definitions.
  917.  
  918.       Ctrl-L, Ctrl-Home Ctrl-L (form feed) clears the screen and refreshes
  919.            the display without moving it.  Ctrl-L is useful after an error
  920.            printout within review, or after a subcommand that writes to the
  921.            screen such as ALT-D or ALT-S.
  922.  
  923.       a    Toggles the autowarp display mode, then refreshes the display.
  924.            If the autowrap display mode is enabled, long lines can be
  925.            viewed, but will cause lines at the top of the screen to scroll
  926.            off.
  927.  
  928.       G    Go to the Nth line and display from there.  If N is omitted, go
  929.            to the end instead.
  930.  
  931.       Home Display starting at the beginning of the capture buffer.
  932.  
  933.       r, R If a file is open as a result of a read command, read some more
  934.            of the file into the buffer, replacing about 3/4 of the previous
  935.            buffer contents (all if R subcommand).  A successful r subcommand
  936.            erases the pointers set by the t and b subcommands.  The data
  937.            read in from the file may overwrite the data currently displayed
  938.            on the screen.  In this case, ZCOMM displays data starting with
  939.            the oldest.
  940.  
  941.  
  942.  
  943.       (C) 1993 Omen Tech Inc                      Chapter 23 Review Function
  944.  
  945.  
  946.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  947.       ZCOMM User Manual                                                  197
  948.  
  949.       F2, PgUp, ^B, * Display the Nth previous page (one line overlap is
  950.            provided).
  951.  
  952.       SP, PgDn, ^F Clear screen and display the next Nth page.
  953.  
  954.       s, / Accept a search string, terminated by RETURN.  This string may
  955.            have character escapes.  Search through the buffer for the Nth
  956.            instance of string.  Lower case characters in string match either
  957.            case; upper case characters in string match upper case characters
  958.            only.  The display starts with that line.  If the search is
  959.            unsuccessful, ring bell.  The search begins at the top of the
  960.            display.
  961.  
  962.            SEE ALSO: ?, n, N subcommands
  963.  
  964.       ?    Prompts for search string as above, then searches backwards for
  965.            the Nth occurrence of string starting with the line above the top
  966.            of the buffer.
  967.  
  968.       n    Next searches for Nth occurrence of the previously entered string
  969.            in the direction of the last "/" or "?" subcommand.  Typical
  970.            usage would be to search for the first occurrence with the "/"
  971.            subcommand, then use "n" to find more matches.
  972.  
  973.       N    Next searches for next Nth occurrence of the previously entered
  974.            search string in the opposite direction to the original "/" or
  975.            "?" subcommand.
  976.  
  977.       UpCursor, - Backup N lines and redisplay.
  978.  
  979.       DownCursor, +, Ctrl-J(LF) Move the display down N lines and redisplay.
  980.  
  981.       End  Go to the buffer end (where the most recent data is) and display.
  982.  
  983.       x    eXit returns to the previous function, and makes the term
  984.            function redisplay the last page of buffer contents.[1] This
  985.            restores the screen and keyboard to the same state they were in
  986.            before review was entered.  The x subcommand allows you to see
  987.            where you were if you were in the midst of keyboarding a command
  988.            to the remote when you entered review.
  989.  
  990.            EXAMPLE: Suppose you are typing in a line of commands and you
  991.            need to "thumb back" through the remote's output for some vital
  992.            nugget of information.  (After you enter a 20 line email reply
  993.  
  994.  
  995.       __________
  996.  
  997.        1. When the term function takes control, which is immediately if
  998.           review was called from the term function.
  999.  
  1000.  
  1001.  
  1002.       (C) 1993 Omen Tech Inc                      Chapter 23 Review Function
  1003.  
  1004.  
  1005.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1006.       ZCOMM User Manual                                                  198
  1007.  
  1008.            message, NOW Compuserve asks you for a certain random 8 digit
  1009.            account number to mail it to!) No sweat, just hit some PgUp's
  1010.            until you see the account number on the screen.  Now you can't
  1011.            remember whether or not you typed a space after the last part of
  1012.            you command to the remote.  No problem, just exit review with x
  1013.            and you'll see just where you were.
  1014.            NOTE: This subcommand should not be used when scripts are active.
  1015.  
  1016.       k    Kill the capture buffer contents and return to the previous
  1017.            function.
  1018.  
  1019.       Ctrl-Z, Ctrl-PgDn Kill the rest of the buffer by setting the character
  1020.            insertion pointer to just after the end of the current display.
  1021.            ZCOMM then redisplays the last lines of the buffer and returns to
  1022.            the previous function.
  1023.  
  1024.       t    Set the cut pointers to the top of displayed text, and sets the
  1025.            bottom cut pointer to the end of the buffer.  The t subcommand is
  1026.            used with the b subcommand to specify which portion of the
  1027.            circular buffer should be written to a file with the w
  1028.            subcommand.  (Text between the top and bottom pointers is
  1029.            highlighted.)
  1030.  
  1031.       b    Set the bottom pointer to the beginning of the first line of
  1032.            displayed text.  If the top pointer had not been previously set,
  1033.            or if the bottom pointer is before the top pointer, ZCOMM will
  1034.            ring the bell and ignore the subcommand.  Otherwise, the text on
  1035.            the screen that was highlighted will now be displayed in normal
  1036.            intensity as what is showing on the screen has just been
  1037.            deselected.  (Text between the top and bottom pointers is
  1038.            highlighted.)
  1039.  
  1040.       w, W Write (paste) the text between the top and bottom pointers to a
  1041.            disk file or DOS device.[2] If the top pointer is not set, a
  1042.            reminder is printed.  ZCOMM prompts for a pathname.  A blank file
  1043.            name implies the modem.[3] If the bottom pointer is not set, the
  1044.            rest of the buffer will be written.  No log entry is made by this
  1045.            subcommand.  The W subcommand automatically appends the paste
  1046.            data to an existing file.  A directory for past files may be
  1047.            specified with the DIRPX environment variable and/or the dirpx
  1048.  
  1049.  
  1050.       __________
  1051.  
  1052.        2. Useful DOS devices are PRN, LPT1, LPT2, and LPT3.
  1053.  
  1054.        3. Data is sent to the modem at full speed with the current parity.
  1055.           Normally, line feeds are not sent.  With n term option, line feeds
  1056.           are sent and carriage returns are suppressed.  With b term option,
  1057.           data is sent the way it was received.
  1058.  
  1059.  
  1060.  
  1061.       (C) 1993 Omen Tech Inc                      Chapter 23 Review Function
  1062.  
  1063.  
  1064.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1065.       ZCOMM User Manual                                                  199
  1066.  
  1067.            string parameter.
  1068.  
  1069.       q, F1, ALT-X Quit, return to previous function.
  1070.  
  1071.       !    Prompts for a DOS command, then attempts to execute it (DOS
  1072.            Gateway).
  1073.  
  1074.       @    Prompts for a ZCOMM command, then executes it.
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.       (C) 1993 Omen Tech Inc                   Chapter 23 Numeric Parameters
  1121.  
  1122.  
  1123.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1124.       ZCOMM User Manual                                                  200
  1125.  
  1126.       24.  NUMERIC PARAMETERS
  1127.  
  1128.       Numeric parameters are set with the p command in the form px# where x
  1129.       is the one letter name of the parameter and "#" is the numeric value.
  1130.  
  1131.       Numbers may have an optional leading "-" (minus) sign.  Numbers are
  1132.       normally decimal, but hex numbers may be input as 0xHH, printing ASCII
  1133.       character values may be entered as 0cC, and control characters may be
  1134.       represented as 0^C.
  1135.  
  1136.       Value     Possible entries
  1137.       65   65  0x41  0cA
  1138.       3    3  0x3  0^C
  1139.  
  1140.       Typing "p" without a parameter name displays the current values of the
  1141.       numeric parameters in decimal.
  1142.  
  1143.       EXAMPLE: pS5 sets the timeout interval in seconds waiting for XON
  1144.       characters or positive flow control.  to decimal 5 seconds.
  1145.  
  1146.  
  1147.       EXAMPLE: pv-1 sets the v numeric parameter to -1, suppressing some
  1148.       routine messages
  1149.  
  1150.  
  1151.       #  The # numeric parameter sets the number of lines used by the built
  1152.          in display driver.  The default value is 24.  A value of 25 may be
  1153.          used for applications which require access to all 25 display lines.
  1154.          A small value may be used when running ZCOMM under TopView to fit
  1155.          the information into a small window.  The cls or reset command
  1156.          should be given after setting the parameters to initialize the
  1157.          screen driver to the new values.  If running with a virtual screen
  1158.          with TopView or DESQview, the # and $ numeric parameters are
  1159.          limited to 24 by 80 maximum.  Full screen applications may give
  1160.          abnormal displays if these parameters are set too small.
  1161.          Nonsensical values tend to produce nonsensical displays.
  1162.  
  1163.          EXAMPLE: cls; p#9; reset clears the screen, sets a 9 line window,
  1164.          and initializes the screen driver to the new value.
  1165.  
  1166.       $  Sets the number of CRT columns.  A cls or reset command should be
  1167.          given after changing the $ numeric parameter.  The default value
  1168.          (80) is that returned by the BIOS video interrupt 15h call.  This
  1169.          parameter may be set to support 132 column displays if the 132
  1170.          column display mode is set before ZCOMM is called.[1] ZCOMM does
  1171.  
  1172.  
  1173.       __________
  1174.  
  1175.        1. With most display BIOS ROMs, ZCOMM reads the columns and lines
  1176.           values from the BIOS when starting up or regaining control after a
  1177.  
  1178.  
  1179.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1180.  
  1181.  
  1182.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1183.       ZCOMM User Manual                                                  201
  1184.  
  1185.          not support displays less than 80 columns wide.  The display
  1186.          hardware must use the same number of columns as the $ parameter if
  1187.          the resultant presentation is to make any sense.
  1188.  
  1189.          SEE ALSO: # and V numeric parameters
  1190.  
  1191.       -  If non zero, the DOS Gateway (used with the ! command, etc.) uses
  1192.          the undocumented DOS 37h function to fetch the current value of
  1193.          SWITCHAR.
  1194.  
  1195.          If negative, ZCOMM uses DOS line input (function 0xA) for commands
  1196.          given from the main prompt.  This enables DOS command line editors
  1197.          such as CED.  When these editors are active, they (and not ZCOMM)
  1198.          interpret control, function and ALT- keys.
  1199.  
  1200.       *  Sets the CRT attribute for highlighted messages.
  1201.  
  1202.          EXAMPLE: p*12 gives bright red.
  1203.  
  1204.          Adding 1024 to this parameter forces ANSI SGR 1 to use this color.
  1205.  
  1206.       ?  Count of the number of files sent or received with a protocol, and
  1207.          the number of lines matched by the find command.  A failed password
  1208.          validation sets this negative.  The exit status of subprograms is
  1209.          stored in this parameter.  Because of a bug in DOS COMMAND.COM, the
  1210.          return value is valid only with Unix/Xenix flavors.
  1211.  
  1212.          SEE ALSO: ?  test condition
  1213.  
  1214.       @  Sets the CRT attribute for the (normally) blinking messages such as
  1215.          FILES OPEN.  The numeric values are explained below, with the n
  1216.          numeric parameter.
  1217.  
  1218.          EXAMPLE: p@12 makes ZCOMM's normally blinking messages appear
  1219.          bright red.
  1220.  
  1221.          Adding 1024 to this parameter forces ANSI SGR 5 and 6 to use this
  1222.          color.
  1223.  
  1224.       A  If non 0, selects a prefix character which allows ALT characters to
  1225.          be generated by keyboards without ALT keys.  This parameter is
  1226.          supported on VAX/XMS and Unix platforms; please refer to the
  1227.          platform specific addendum file for specifics.
  1228.  
  1229.  
  1230.  
  1231.  
  1232.       ______________________________________________________________________
  1233.  
  1234.           DOS Gateway.
  1235.  
  1236.  
  1237.  
  1238.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1239.  
  1240.  
  1241.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1242.       ZCOMM User Manual                                                  202
  1243.  
  1244.       B  If set non zero (the default), causes a bye command to be issued
  1245.          each time a telephone number is executed as a command.
  1246.  
  1247.          SEE ALSO: mcommand string parameter, number dialing commands
  1248.  
  1249.       C  If non zero, only display C ESC sequences per screen in the Review
  1250.          Function, and count escape sequences when advancing or backing up
  1251.          in the review buffer.  Otherwise, ESC sequences are not counted.
  1252.  
  1253.       D  A nonstandard raw bit rate source is required to support
  1254.          transmission speeds above 115200, as well as intermediate bit rates
  1255.          (64000, 156000).  Non standard raw bit rate sources can be
  1256.          accomodated with the
  1257.  
  1258.       E  If non 0, substitute this for characters with bad parity detected
  1259.          by the term function with e term option (Error Containment(TM)).
  1260.  
  1261.          EXAMPLE: ena -7e;  pE63 Substitute ?  for characters received with
  1262.          odd parity.
  1263.  
  1264.  
  1265.       F  Sets the CRT attribute for dim (faint) messages such as ANSI SGR2.
  1266.  
  1267.          EXAMPLE: pF8 gives gray.
  1268.  
  1269.  
  1270.       G  This parameter controls the number of bytes loaded into the 16550A
  1271.          transmit FIFO (First In First Out) storage register on each
  1272.          interrupt.  This parameter is effective only with PCDOS machines
  1273.          using FIFO buffered UART devices.
  1274.  
  1275.          For maximum efficiency, ZCOMM fills the 16 byte transmit FIFO when
  1276.          the UART generates a FIFO Empty interrupt.  Once loaded, data
  1277.          transmission from the transmit FIFO cannot be stopped. Many bytes
  1278.          may be sent after the modem sends XOFF or asserts hard flow control
  1279.          restraint.  Well engineered modems accept a large number of bytes
  1280.          after exerting flow control restraint, but some don't.
  1281.  
  1282.          The number of bits in the binary representation of this parameter
  1283.          are counted to control the number of bytes loaded into the FIFO
  1284.          each time the 16550A interrupts with an empty transmit FIFO
  1285.          register.  To improve Zcomm's responsiveness to flow control
  1286.          restraint, set this parameter to 0.
  1287.  
  1288.          EXAMPLE: pG0
  1289.  
  1290.  
  1291.       H  In Host Operation, sets the timeout in seconds for entering a
  1292.          command or string in response to a command or other prompt,
  1293.          including the accept command.  A value of 0 (the default) disables
  1294.          this timeout.
  1295.  
  1296.  
  1297.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1298.  
  1299.  
  1300.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1301.       ZCOMM User Manual                                                  203
  1302.  
  1303.       I  Set the size of disk I/O buffer used for protocol file transfers.
  1304.          Suitable values are 2048, 4096, 8192, and 16384.  It may be
  1305.          necessary to specify a CBSIZE environment variable larger than
  1306.          10240 to prevent the circular buffer from competing with disk I/O
  1307.          buffers for near heap space.  Too large a value may exhaust memory,
  1308.          induce receiver timeouts, cause disconnects(!), or generate
  1309.          spurious errors on file transfers.
  1310.  
  1311.          If your copy of ZCOMM is running on a floppy disk system or a slow
  1312.          hard disk, a larger value may give better results.  A large value
  1313.          may also be used in extra high speed direct connect file transfers
  1314.          where the I and the zmodem l numeric parameters are both set to
  1315.          8192 or 16384 on the receiving system.
  1316.  
  1317.          EXAMPLE: pI4096
  1318.  
  1319.  
  1320.          Please understand that the B parameter has nothing to do with
  1321.          anything you've heard about 128, 1024 or 8192 byte XMODEM style
  1322.          blocks.  Normally, ZMODEM's block size is the entire file.
  1323.  
  1324.       K
  1325.  
  1326.          PCDOS On the PCDOS flavor, if non 0, executes keyboard BIOS calls
  1327.               to recover extended codes from 101 key keyboards.  This causes
  1328.               lockups with defective BIOS versions.
  1329.  
  1330.          UNIX/VMS On Unix and VMS flavors, when ZCOMM reads an ESC character
  1331.               and the K numeric parameter is 1 (the default), succeeding
  1332.               characters in the keyboard buffer are read to detect encoded
  1333.               function or ALT keys.
  1334.  
  1335.               If the K numeric parameter is set to 0, ZCOMM will not
  1336.               recognize escape codes representing function keys, allowing
  1337.               the function key codes to be passed to the remote computer.
  1338.               Setting the K numeric parameter to 0 activates the term
  1339.               function's special processing of ENQ (Ctrl-E) and SYN (Ctrl-
  1340.               V).
  1341.  
  1342.       N  When enabled with display mapkb, this parameter controls the
  1343.          relationship between ANSI/VT52 Alternate Keypad mode (DECKPAM,
  1344.          ESC=), ANSI Numeric Keypad mode (DECKPNM, ESC>), and the PC's
  1345.          keyboard Num-Lock state.
  1346.  
  1347.          0  causes ZCOMM to set the PC's keyboard Num_Lock state to match
  1348.             Numeric Keypad mode when DECKPNM or DECKPAM is received.
  1349.  
  1350.          32 causes ZCOMM to set the PC's keyboard Num_Lock state to the
  1351.             opposite of Numeric Keypad mode when DECKPNM or DECKPAM is
  1352.             received.
  1353.  
  1354.  
  1355.  
  1356.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1357.  
  1358.  
  1359.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1360.       ZCOMM User Manual                                                  204
  1361.  
  1362.          1  causes ZCOMM to set the PC's keyboard Num_Lock on in response to
  1363.             either DECKPNM or DECKPAM.
  1364.  
  1365.          2  causes ZCOMM to set the PC's keyboard Num_Lock off in response
  1366.             to either DECKPNM or DECKPAM.
  1367.  
  1368.          SEE ALSO: display, mk and ALT-M commands
  1369.  
  1370.       O  Controls OverThruster(TM) operation with XMODEM, XMODEM-1k, YMODEM,
  1371.          and YMODEM-1k downloads.  This parameter should be set as follows:
  1372.  
  1373.          CompuServe XMODEM OverThruster is known to be effective on
  1374.               CompuServe.  Negative numbers control the number of bytes
  1375.               added to the window on XMODEM downloads from the network.
  1376.               Larger numbers increase throughput, but cause improperly
  1377.               interfaced MNP modems and network nodes to drop characters
  1378.               under stress, disrupting the file transfer.
  1379.  
  1380.               EXAMPLE: pO-512; ro file1.ext
  1381.  
  1382.  
  1383.          Other XMODEM Positive numbers up to a system dependent value less
  1384.               than the protocol block size increase throughput.  Larger
  1385.               values induce timeouts and/or retransmitted blocks.  The
  1386.               optimum value must be determined by experiment.  If you see
  1387.               the message: Retry 0:  Received dup Sector very often, the
  1388.               value should be reduced.  60 usually give best results with
  1389.               MNP modems at 2400 bps.  The optimum value varies depending on
  1390.               the remote computer, modem(s), system traffic, and the network
  1391.               node.
  1392.  
  1393.               EXAMPLE: pO60; ro file1.ext
  1394.  
  1395.  
  1396.       P  After a "speed" command, if you give a p command (display
  1397.          parameters), the P parameter value will indicate the type of serial
  1398.          I/O UART chip detected.  ZCOMM automatically detects and enables
  1399.          the FIFO on the NS16550A, NS16550AFN, and Intel 82510 chips.
  1400.  
  1401.          EXAMPLE: Zcomm port 1 speed 19200 p
  1402.  
  1403.  
  1404.          0  Indicates a standard 8250 or 16450 UART with no special
  1405.             features.
  1406.  
  1407.          1  Indicates an NS16550AN or NS16550AFN with 16 deep receive FIFO.
  1408.             These are the preferred chips.
  1409.  
  1410.          2  Indicates an Intel 82510 with 3 deep receive FIFO.
  1411.  
  1412.          The sequence "port 1 pP1 speed 19200" bypasses ZCOMM's verification
  1413.  
  1414.  
  1415.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1416.  
  1417.  
  1418.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1419.       ZCOMM User Manual                                                  205
  1420.  
  1421.          checks normally performed on the FIFO configuration and may allow
  1422.          defective FIFO logic on certain chips to be used.  This incantation
  1423.          is not required for the NS16550AN or NS16550AFN.
  1424.  
  1425.          The sequence "pP-1 speed 2400" should be used with the Western
  1426.          Digital WD16550 chip to disable the brain damaged FIFO on that
  1427.          chip. The WD16550 FIFO has been observed to lose data when
  1428.          transmitting at 2400 bps and slower speeds.  The minimum speed for
  1429.          normal transmit FIFO operation with the WD16C550 may vary with
  1430.          different computers.
  1431.  
  1432.       Q  PCDOS VIDEO BIOS display mode to switch the display to 80 columns.
  1433.          Default is 3 (80x25).
  1434.  
  1435.       R  If non zero, remove incomplete files received with a protocol
  1436.          except those received with the + option (default 0).
  1437.  
  1438.       S  Timeout interval in seconds waiting for XON characters or positive
  1439.          flow control (default 30).  If an XON is not received within this
  1440.          time, transmission resumes anyway.  A value of 0 disables this
  1441.          timeout.
  1442.  
  1443.       T  If Command Reentry has been enabled with the history command, the T
  1444.          parameter prevents commands with fewer than T characters from being
  1445.          stored in the history file.  Excluding short and easy to type
  1446.          commands from the history file makes it easier to find the commands
  1447.          that are difficult to keyboard.
  1448.  
  1449.          Setting T to a large number disables the storage of commands and
  1450.          strings.  This may be used to exclude passwords and other sensitive
  1451.          information from the history file.
  1452.  
  1453.          SEE ALSO: history command
  1454.  
  1455.       V  PCDOS VIDEO BIOS display mode to switch the display to 132 columns
  1456.          in response to a VT-100 DECCOLM mode set command.  To support
  1457.          boards using an extended code in the bl register, calculate N = bl
  1458.          + (256 * al).
  1459.  
  1460.          A popular value is 35 for the Tseng, ATI, and other extended EGA
  1461.          boards.  The Genoa Super EGA Hi-Res likes 96.  The Everex EVGA uses
  1462.          28684.  The default value of 0 inhibits this function.
  1463.  
  1464.       W  This numeric parameter supports Video7 and similar boards which
  1465.          require a non 0 value in the AH register on INT 10h bios calls for
  1466.          setting video modes (e.g., 132 columns).  The value of the W
  1467.          numeric parameter (default 0) is placed in the AH register when
  1468.          attempting to switch video modes.
  1469.  
  1470.       X  On Unix flavors, preset to +1 if the XTERM environment variable
  1471.          contains xterm, preset to -1 if the variable contains the string
  1472.  
  1473.  
  1474.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1475.  
  1476.  
  1477.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1478.       ZCOMM User Manual                                                  206
  1479.  
  1480.          401 indicating a Tektronix storage tube graphics terminal,
  1481.          otherwise remains at 0.  Positive values allow the term function to
  1482.          use the X Windows xterm status line.  Negative values inhibit
  1483.          status line updates while Tek graphics are active.
  1484.  
  1485.       Y  Control byte for the NS16550AN/NS16550AFN FCR register.  If you
  1486.          don't know what the FCR does, don't change this parameter.  It has
  1487.          been suggested that a different value (129) may improve
  1488.          multitasking under DESQview when multiple copies of ZCOMM are
  1489.          active.
  1490.  
  1491.       Z  Hot zone column used for keyboard entry with the message and
  1492.          privatecommands.  A space character keyboarded within the hot zone
  1493.          finishes the line.
  1494.  
  1495.       a  The a parameter calibrates certain XMODEM and YMODEM protocol
  1496.          timeouts.  The default value is set during initialization to an
  1497.          appropriate value for an IBM Personal Computer, PC-jr, DG/One, or
  1498.          8mHz PC-AT (2000 for 4.77 mHz PC, 4000 for a PS2/30, 6000 for an 8
  1499.          mHz AT, 12000 for a PS2/80).  If ZCOMM is run on a non standard
  1500.          machine, accelerator, or under a time slicing operating environment
  1501.          such as TopView, these timeouts may be recalibrated with the a
  1502.          numeric parameter.  Larger numbers give longer timeouts.  This
  1503.          parameter should then be set with a pa# command in the telephone
  1504.          directory setup entry.  The value for this parameter will change if
  1505.          ZCOMM is used with a different computer type or multitasking
  1506.          operating system.
  1507.  
  1508.       b  Sets the video color for the screen border.  The mapping of b
  1509.          parameter values to color is hardware dependent.  New values of the
  1510.          b parameter take effect with the next screen clear.
  1511.  
  1512.       c  The c parameter sets the callout interval in seconds between scans
  1513.          for outgoing messages.  The default is 300 seconds (five minutes).
  1514.  
  1515.          EXAMPLE: pc600 sets the interval between callout queue scans to 10
  1516.          minutes.
  1517.  
  1518.  
  1519.          SEE ALSO: Callout queue
  1520.  
  1521.       d  A non zero value (the default) causes incoming files received with
  1522.          ZMODEM and full YMODEM Batch protocol to have their Date set to
  1523.          that sent in the file header.  ZMODEM's file management features
  1524.          depend on the transmission of each file's modification date.  Files
  1525.          between two copies of ZCOMM will have the same creation date, even
  1526.          if the two machines are in different time zones.  When transferring
  1527.          files to/from a Unix system, creation dates are interpreted
  1528.          according to GMT or Universal Coordinated Time.  File dating should
  1529.          be enabled with a pd1 command in the telephone directory setup
  1530.          entry.
  1531.  
  1532.  
  1533.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1534.  
  1535.  
  1536.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1537.       ZCOMM User Manual                                                  207
  1538.  
  1539.          SEE ALSO: z numeric parameter, ZONE environment variable
  1540.          NOTE: Backdating file creation times may confuse some backup
  1541.          programs.
  1542.  
  1543.       e  Indicates the number of errors, failed file transfers and the
  1544.          number of characters received by the term function with parity
  1545.          error, framing error or overrun.
  1546.  
  1547.          EXAMPLE: if e>30 goto badline
  1548.  
  1549.  
  1550.          If the term function increments the error count to 0[2] (from a
  1551.          negative number), and E term option is set, the term function
  1552.          exits. This allows the script to regain control in the event of a
  1553.          noisy line.  This condition is indicated by the e test condition
  1554.          being false (0).
  1555.  
  1556.          EXAMPLE: pe-20; ... wait; if !e goto badline
  1557.  
  1558.  
  1559.          This parameter is reset to 0 by the call command.
  1560.  
  1561.          SEE ALSO: E term option
  1562.  
  1563.          SEE ALSO: e test condition (if, while commands)
  1564.  
  1565.          Unless the q file transfer option is used, each file skipped as a
  1566.          result of ZMODEM selective transfer increments this parameter.
  1567.  
  1568.       f  Fail time.  Sets the default timeout in seconds for matching a
  1569.          pattern.  A value of 0 suppresses this timeout.  This timeout is
  1570.          reset whenever a character is received from the remote.  Timeout is
  1571.          suspended whenever a XOFF (DC3 or Control-S) is keyboarded, and
  1572.          resumed when XON (DC1 or Control-Q) is keyboarded.  The f parameter
  1573.          value may be overridden for one command by the ftime term option.
  1574.  
  1575.          EXAMPLE: pf15 sets a default 15 second inactivity timeout  for
  1576.          pattern searches.
  1577.  
  1578.  
  1579.       g  Set the "gochar" (decimal).  (See the ASCII/Decimal conversion
  1580.          table in Chapter 37).  The g parameter is reset to its default
  1581.          (linefeed, 10) by the call command.  (See documentation on the p
  1582.          term option.)
  1583.  
  1584.  
  1585.  
  1586.       __________
  1587.  
  1588.        2. Refer to E term option description for caveats.
  1589.  
  1590.  
  1591.  
  1592.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1593.  
  1594.  
  1595.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1596.       ZCOMM User Manual                                                  208
  1597.  
  1598.          Some remote systems accept uploads with a ? (decimal 63) prompt for
  1599.          each line.  Optimum operation with such a system might call for
  1600.  
  1601.               pg63 pp1000 pt4 f -tp file1
  1602.  
  1603.          The pg63 sets the goahead character to question mark.  The pp1000
  1604.          sets the timeout to a long delay (10 seconds).  The pt4 sets the
  1605.          upload throttle to 40 milliseconds per characters, a speed which
  1606.          allows the remote to echo somewhat slowly (assuming no tabs).
  1607.          Finally, the command f -tp file sends file1 with Throttle and wait
  1608.          for Prompt at end of line.
  1609.  
  1610.          As a special case, if the "gochar" is set to 17 (called XON, DC1,
  1611.          or ^Q) before the p term option is set, file transmission is
  1612.          stopped until an XON is keyboarded or received from the remote.
  1613.  
  1614.          EXAMPLE: pg17; ena -p
  1615.  
  1616.  
  1617.       h  Iff the h numeric parameter is set non zero, the h (Half Duplex)
  1618.          termoption causes characters transmitted by the term function to be
  1619.          stored in the circular buffer as if they had been received from the
  1620.          remote.  This allows the review function to display them.  Since
  1621.          the echoed characters appear to have come from the remote, scripts
  1622.          may be affected, especially pattern searches.
  1623.  
  1624.          EXAMPLE: ph1; ena -h
  1625.  
  1626.  
  1627.       i  Set the interval between retries to n seconds.
  1628.  
  1629.          EXAMPLE: pi4; call -200 busysys attack dials up to 201 times at 4
  1630.          second intervals.
  1631.  
  1632.  
  1633.          SEE ALSO: call -n command
  1634.  
  1635.       j  Sets the maximum connect time in seconds allowed restricted callers
  1636.          in host operation.  The default value of 0 does not restrict
  1637.          connect time.
  1638.  
  1639.          EXAMPLE: pj300 disconnects restricted callers at the first command
  1640.          prompt after 5 minutes' connect time.
  1641.  
  1642.  
  1643.       k  When receiving data from the remote at high speeds (9600 or
  1644.          faster), the display may fall behind data from the remote.  Under
  1645.          these conditions, keyboarding an interrupt character (often Ctrl-C,
  1646.          or Break) will immediately stop the output from the remote, but the
  1647.          display will continue to scroll for some time while the data in the
  1648.          circular buffer is displayed.  If this is objectionable, the k
  1649.  
  1650.  
  1651.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1652.  
  1653.  
  1654.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1655.       ZCOMM User Manual                                                  209
  1656.  
  1657.          parameter may be set to the remote's particular interrupt character
  1658.          (in decimal).  This parameter also affects the link command.  When
  1659.          this character is keyboarded, undisplayed data pending in the
  1660.          circular buffer is skipped over.  (This data is still available to
  1661.          the review command.  The call command resets this parameter to -1,
  1662.          disabling its function.
  1663.  
  1664.          EXAMPLE: Many DEC systems use ETX (Ctrl-C) to interrupt programs.
  1665.          Many Unix users also use ETX for interrupting programs.  The
  1666.          command pk3 causes ZCOMM to skip buffered output from the remote.
  1667.          Unix users using the default interrupt character of RUBOUT may give
  1668.          the command pk127
  1669.  
  1670.  
  1671.       l  Selects LPTn for term function output when the l term option is
  1672.          set.  In addition, adding 8 to the number allows terminal emulation
  1673.          escape codes to select "printer controller" mode iff the printer is
  1674.          ready at the time.  Adding 16 to the number allows "printer
  1675.          controller" mode to be selected even if the printer is not ready at
  1676.          the time.
  1677.  
  1678.          As a special case, setting this parameter to 0 forces ZCOMM to use
  1679.          DOS handle 4 (STDPRN, device PRN:) for printer output.  Doing so
  1680.          may generate spurious "Abort, Retry, Ignore, Fail" messages from
  1681.          some versions of DOS.  DOS 5.0 generates spurious "Write Fault"
  1682.          messages with some parallel port adapters; changing from the
  1683.          parallel port on an AST Advantage board to a recent Chinese "AT
  1684.          Multi I/O" board eliminated the DOS error messages.
  1685.  
  1686.          When using DOS handle 4 for printing, a legitimate printer problem
  1687.          will generate the "Abort, Retry, Ignore, Fail" message.  Normally
  1688.          you would wish to correct the printer problem and keyboard "r" for
  1689.          Retry.  If the printer problem cannot be corrected, keyboard "f"
  1690.          (Fail) a few times and ZCOMM will disable printing by setting the l
  1691.          numeric parameter to -1.  Printing can be enabled later by
  1692.          resetting the l numeric parameter.
  1693.  
  1694.          The default value is 1 (BIOS LPT1, ignore terminal emulation
  1695.          printer commands).
  1696.  
  1697.          EXAMPLE: pl2 selects LPT2.
  1698.  
  1699.  
  1700.          EXAMPLE: pl9 selects LPT1 and allows the remote application to
  1701.          enable "auxiliary print" and/or "printer controller" mode.
  1702.  
  1703.       m  Causes file transmission with the f file command to pause when a
  1704.          character matching the decimal value is read from the file.  That
  1705.          character is NOT transmitted.  When the file uploading is paused, a
  1706.          keyboarded Ctrl-Q will resume transmission.  The call command
  1707.          resets the m parameter to -1 (which matches nothing).
  1708.  
  1709.  
  1710.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1711.  
  1712.  
  1713.       Version 18.05 TurboDial 2.36            Universal Line Printer Edition
  1714.       ZCOMM User Manual                                                  210
  1715.  
  1716.          EXAMPLE: pm12 Causes file uploading to pause on FormFeed (FF).
  1717.  
  1718.       n  Set the normal display attribute.  The default of 7 gives a normal
  1719.          white on black display.  The numbers associated with the s, r, and
  1720.          n are stored in the attribute byte of each character position
  1721.          written in the corresponding mode.
  1722.  
  1723.          The bit configuration (color display) is: Blink R G B  Intensity R
  1724.          G B with the leftmost the most significant.
  1725.  
  1726.          Users with color monitors often use 2 (green) to avoid color
  1727.          fringes caused by misconverged color monitors.
  1728.          NOTE: the actual writing color attribute is not changed until the
  1729.          next time the display is reset.  Some attributes generate
  1730.          unreadable displays.  Other attributes generate text that can only
  1731.          be seen on some monitors.
  1732.  
  1733.          EXAMPLE: pn3 sets cyan; pn2 sets green.
  1734.  
  1735.  
  1736.       o  Iff non zero, allows overlap of file writing and incoming data from
  1737.          the remote.  This increases throughput when receiving files with B,
  1738.          Extended Quick B, XMODEM, and YMODEM protocols.  ZCOMM sets this to
  1739.          1 on startup unless a PC-jr is detected.
  1740.  
  1741.       p  Pause sets the echo wait period (in hundredths of seconds) used
  1742.          with the pattern command and the w and p term options.  Larger
  1743.          numbers give longer pauses.  The default works well with most micro
  1744.          based bulletin board systems.  The p parameter is reset to its
  1745.          default of 70 (700 milliseconds approximately) by the call command.
  1746.  
  1747.          SEE ALSO: p term option
  1748.  
  1749.       q  Sets the "gopause".  When sending a file with a wait for "gochar" (
  1750.          p term option), ZCOMM waits Gopause hundredths of seconds AFTER it
  1751.          receives the "gochar".  The q parameter also controls the time
  1752.          delay after a normal pattern match or putw command.
  1753.  
  1754.          The q parameter is reset to its default of 70 (700 milliseconds
  1755.          approximately) by the call command.  The default value allows time
  1756.          for immediate echoes to be displayed and for the Hayes
  1757.          SmartModem(TM) to respond to most commands.
  1758.  
  1759.          SEE ALSO: p term option
  1760.  
  1761.       r  Set the attribute for "reverse video".
  1762.  
  1763.          EXAMPLE: pr97 sets "reverse video" to blue on yellow.
  1764.  
  1765.          Adding 1024 to this parameter forces ANSI SGR 7 to use this color.
  1766.  
  1767.  
  1768.  
  1769.       (C) 1993 Omen Tech Inc                   Chapter 24 Numeric Parameters
  1770.  
  1771.